home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / irsim-9.000 / irsim-9 / calibrate / ckt.spi next >
Text File  |  1990-12-23  |  932b  |  42 lines

  1. *
  2. * spice test file for generating .prm files.
  3. *
  4. * out1 - Output of Inverter to measure step response.
  5. *
  6. M0 out1 in1 GND GND N_FET L=N_LENU W=N_WITHU
  7. M1 out1 in1 VDD VDD P_FET L=P_LENU W=P_WITHU
  8. *
  9. * out2 - Output of Inverter driven by out1 to determine slow-input effect.
  10. *
  11. M6 out2 out1 GND GND N_FET L=N_LENU W=N_WITHU
  12. M7 out2 out1 VDD VDD P_FET L=P_LENU W=P_WITHU
  13. *
  14. * out3 - Output of a N_FET pulling up to determine dynamic-high resistance.
  15. *
  16. M2 out3 in2 VDD GND N_FET L=N_LENU W=N_WITHU
  17. *
  18. * out4 - Output of a P_FET pulling down to determine dynamic-low resistance.
  19. *
  20. M3 out4 in3 GND VDD P_FET L=P_LENU W=P_WITHU
  21. *
  22. * loading capacitors
  23. *
  24. C0 out1 GND C_LOADFF
  25. C1 out2 GND C_LOADFF
  26. C2 out3 GND C_LOADFF
  27. C3 out4 GND C_LOADFF
  28.  
  29. VDD VDD 0 DC 5
  30. VGnd GND 0 DC 0
  31. Vmid mid 0 DC 2.5
  32.  
  33. Vin1 in1 0 0 pwl (0ns 0 0.1ns 5 40ns 5 40.1ns 0)
  34. Vin2 in2 0 0 pwl (0ns 0 0.1ns 5)
  35. Vin3 in3 0 5 pwl (0ns 5 0.1ns 0)
  36.  
  37. .ic V(out4)=5
  38.  
  39. .tran 0.01ns 80ns
  40.  
  41. .end
  42.